Skip to main content

All Questions

Tagged with
3votes
3answers
774views

Print month between two words

I am writing some scripts and got stuck with some commands. I would like to put some string (month) into specific place in existing text. Example: Left Right How can I put some text between Left and ...
blackhawk's user avatar
4votes
2answers
6kviews

Getting current time as output from "date" in awk script

In an awk, script I am using a command system(date) to print the current date in a file, but after this command is executed, the next line is also added implicitly. Is there any way in awk to print ...
nishan's user avatar

close